home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / ctutor.zip / READ.ME < prev    next >
Text File  |  1987-07-04  |  5KB  |  122 lines

  1. Coronado Enterprises Turbo-C TUTOR                July 1, 1987
  2.  
  3. READ.ME File
  4.  
  5.  
  6. Getting Started with the Turbo-C tutorial
  7.  
  8.      The first thing you should do is to backup the distribution
  9. diskettes and store the distribution diskettes away in a safe
  10. place.  Use only the copy for all operations.  Note that the file
  11. named COMPILER.DOC will give you explicit directions for getting
  12. started with Turbo C, so you should read it at this time.
  13.  
  14.  
  15. Getting started with the TEXT diskette
  16.  
  17.      Before you can begin study of C, you must print out a copy
  18. of the tutorial text.  The file named PRINTEXT.BAT is designed
  19. to help you to do this.  Simply type the name PRINTEXT at the
  20. DOS prompt and all of the tutorial text will be printed for you.
  21. When the system displays "Name of list device [PRN]:", hit the
  22. return key to accept the default.  This batch file uses the DOS
  23. command PRINT.COM to actually do the printing and it has an upper
  24. limit of 10 files that can be queued up at once.  There is there-
  25. fore a pause after each group of print requests to allow the
  26. queue to empty out, after which you must hit any key to allow
  27. printing to continue.  If you key these commands in manually,
  28. you can print in the background, and be using your computer to
  29. do something else (provided of course that the something else
  30. doesn't require the printer).
  31.  
  32.  
  33. Getting started with the SOURCE diskette
  34.  
  35.      If you desire, a printout of all of the C files can be made
  36. using the PRINTALL.BAT file included.  Simply type PRINTALL at the
  37. command prompt with the printer on and lots of paper in place.
  38. It will print about 150 pages including this file and some other
  39. definition files.  You may want to edit a copy of the PRINTALL.BAT
  40. file to only print part of the files initially, and print the
  41. remainder as you come to them in the lessons.
  42.  
  43.      PRINTALL.BAT uses the file LIST.EXE to actually do the print-
  44. ing.  This is a program written in C, and included in your tutorial
  45. as an example program in chapter 14, and compiled for you to use in
  46. this step.  Since printers are not standard there is a chance that
  47. LIST.EXE will not work on your printer.  If it doesn't, use the
  48. file named LIST.COM from the other disk.  LIST.COM was written to
  49. do the same job, but it was written in Pascal and compiled with
  50. Turbo Pascal.  Since it uses a different compiler, it may work
  51. correctly on your printer.  After you gain experience, you can
  52. debug LIST.C and LISTF.C and compile them for use with your partic-
  53. ular printer.  If neither works, use whatever method you can to
  54. print out the files, if you desire to.  It is not really necessary
  55. to print out the C example files, but sometimes a hardcopy is a
  56. real convenience.
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. Questionnaire on the Turbo-C Tutorial
  69.  
  70.  
  71. What other languages have you programmed in?_______________________
  72.             _______________________________________________________
  73.  
  74.  
  75. What other languages would you like to learn?______________________
  76.             _______________________________________________________
  77.  
  78.  
  79. Did you complete the Turbo-C tutorial?_____________________________
  80.  
  81.  
  82. Did you find it helpful?___________________________________________
  83.  
  84.  
  85. What features would you like to see added?_________________________
  86.             _______________________________________________________
  87.             _______________________________________________________
  88.  
  89.  
  90. Did you find anything missing?_____________________________________
  91.             _______________________________________________________
  92.             _______________________________________________________
  93.  
  94.  
  95. At this time, Coronado Enterprises has completed tutorials on Pascal,
  96. Modula-2, and C, in addition to this Turbo-C specific tutorial. Other
  97. languages are being considered but we need your thoughts as to what
  98. other languages should be covered with a tutorial next.  Please write
  99. and let us know your needs.
  100.  
  101. _______ Enclosed is $10.00 to help cover the cost and time of writing
  102.         the Turbo-C tutorial which I found useful.  Please send me a
  103.         current list of tutorials.
  104.  
  105. _______ Enclosed is nothing, I do not wish to pay anything, but I
  106.         would like a current list of tutorials. I have enclosed a
  107.         stamped self addressed envelope.
  108.  
  109.  
  110.        Name   ___________________________________________
  111.  
  112.        Street ___________________________________________
  113.  
  114.        City   ___________________________________________
  115.  
  116.        State, Zip _______________________________________
  117.  
  118.  
  119. Mail to;             Coronado Enterprises
  120.                     12501 Coronado Ave NE
  121.                 Albuquerque, New Mexico 87122
  122.